home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 75 / Mac Magazin CD 75.iso / macware / Red Bird's Quick Scripts / Docs / Read Me < prev   
Encoding:
Text File  |  2000-08-08  |  5.8 KB  |  109 lines  |  [TEXT/ttxt]

  1. Red Bird's Quick Scripts, release 0.6.3
  2.  
  3. Introduction:
  4.  
  5.     RB's Quick Scripts is a collection of AppleScript scripts that automate various task.  All of the scripts are in text form, but they can be compiled into applications.  Any text editor will do for viewing the scrips, but you will need AppleScript on your system to make use of them.
  6.  
  7.  
  8. Requirements:
  9.  
  10.     Any version of AppleScript should work with only a few modifications to the scripts, if any.  They were mostly created using AppleScript 1.4 on Mac OS 9.0.4.  See the AppleScript documentation for specific information about the version on your computer.
  11.  
  12.  
  13. License:
  14.  
  15.     Red Bird's Quick Scripts Copyright (C) 1999-2000 Gordon Worley.
  16.  
  17.     All files (scripts and documentation) in this archive are under the GNU GPL.  See the header comment of each program or the GNU GPL for more information.
  18.  
  19.     You may redistribute this archive as a whole, so long as the licenses of the code and content are observed.  I also ask that you please rename your distribution to avoid confusion with this one
  20.  
  21.  
  22. Contacting the Author:
  23.  
  24.     You can contact the author, Gordon Worley, at <redbird@rbisland.cx> or on my Web site at <http://www.rbisland.cx/>.  Once there, check out some of my other projects.
  25.  
  26.  
  27. Version History:
  28.  
  29. Red Bird's Quick Scripts, release 0.6.3:
  30.  
  31. - Updated Lock Screen to 0.4.  Now hides background processes when locking and eliminates Keychain support (though the old Keychain version has been frozen for those who still want it).
  32. - Bumped Download Deleter up to 0.1 thanks to Laine D. Lee (who thanks Barry Wainwright of MacScripter mailing list).  It now uses at the parent folder of the script (so you'll probably want to compile it) by default, though code and instructions are included for doing things to old way.
  33. - Updated the documentation to several Notes files.  They needed it, so I guess I'm finally getting around to doing it.
  34.  
  35. Red Bird's Quick Scripts, release 0.6:
  36.  
  37. - Added Download Deleter.  Based on Change Files.
  38. - Updated Broswer Chomper to 0.8.1.  Defaults to not delete iCab files since iCab can do a better job of this task itself (and not lose important info like sites to always block cookies from).
  39. - Updated the Random Desktop Notes file to mention the work around noted in the previous release.
  40.  
  41. Red Bird's Quick Scripts, release 0.5:
  42.  
  43. - Added Startup Lock.
  44. - Up'd Lock Screen to version 0.1.  Adds Keychain support, but with some errors.  Keychain support only works with Mac OS 9 or above, but the regular locking works on older systems.
  45. - The IE problem aforementioned is with Internet Config.  It seems that IC stores IE's cookies, so I need to figure out what to do with IC.
  46. - Functionality offered by Random Desktop can be duplicated in newer versions of Mac OS by filling a folder with pictures and droping that folder onto the little desktop in the Appearance control panel.
  47. - Everything now under GNU GPL (documentation was under OpenContent License, but then I noticed the price problem with the OPL).
  48.  
  49. Red Bird's Quick Scripts, release 0.4.1:
  50.  
  51. - Made Browser Chomper go to 0.8 by adding partial IE support; I need help with cookies.
  52. - Changed e-mail and Web addresses in the docs to reflect my new forwarding addresses of <http://www.rbisland.cx/> and <redbird@rbisland.cx>.  They still connect to stuff on the Crosswinds server.
  53.  
  54. Red Bird's Quick Scripts, release 0.4:
  55.  
  56. - Added Lock Screen.
  57. - Replaced recursion in Random Desktop and Make Password with repeat structures.  Both now at 0.2.
  58.  
  59. Red Bird's Quick Scripts, release 0.3:
  60.  
  61. - Added Folder Password.
  62.  
  63. Red Bird's Quick Scripts, release 0.2.5:
  64.  
  65. - Got a Mac OS 9 system.  This update represents preliminary changes to make scripts work under that system.
  66. - On a side note, first, Browser Chomper is at 0.7.  It now supports multiuser versions of Netscape.
  67. - Empty Trash continues to work flawlessly.
  68. - Make Password had some problems because a varaible name overlapped with a constant.  Upped to 0.1.1 because I made some other changes in addition which may only work fully under AppleScript 1.4.  Please send reports.
  69. - It is not possible to make Random Desktop run on Mac OS 9.  There are no facilities for accomplishing the necessary tasks.  I'll work on a random theme picker, though.
  70. - Luckily, nothing else seems to have broken.  <big sigh of relief>
  71.  
  72. Red Bird's Quick Scripts, release 0.2.2:
  73.  
  74. - Updated Browser Chomper to 0.6.  Adds support for iCab and makes it easier for other browsers to be supported.
  75. - Changes to Browser Chomper's notes.
  76. - Updated Change Files to vers 0.1.1.  Now correctly handles invisible files and pops up a messsage when done.
  77.  
  78. Red Bird's Quick Scripts, release 0.2:
  79.  
  80. - Added Make Password.
  81.  
  82. Red Bird's Quick Scripts, release 0.1.3r1:
  83.  
  84. - Thanks to Cheryl Graham for fixing my grammar.
  85.  
  86. Red Bird's Quick Scripts, release 0.1.3:
  87.  
  88. - Updated Simple Sync to 0.3.1.  It now works!
  89.  
  90. Red Bird's Quick Scripts, release 0.1.2:
  91.  
  92. - Added a 'Notes' file to each folder for each script.  It basically gives you a better idea than the code comments do of what the corresponding script does.
  93. - Updated Simple Sync to version 0.3b1.  This one makes the open handler work.
  94. - Made a few changes to the documentation (i.e. speal chking)
  95. - Change the copyright notice in the 'Read Me' to say 1999 instead of 1996-1999.  Oops!
  96.  
  97. Red Bird's Quick Scripts, release 0.1:
  98.  
  99. - Created the Doc folder and added 'Read Me' to it.  This folder also has a copy of the GNU GPL.
  100. - Created a top level file called 'Read Me' to describe what should be found in each folder.
  101. - Added Change Files to the line-up.
  102. - Ate some pizza and drank some coke.  Didn't really affect this release, though.
  103.  
  104. Red Bird's Quick Scripts, release 0.0:
  105.  
  106. - Initial release.  Lacks any real documentation.
  107.  
  108.  
  109. Thanks to the AppleScript team for their convoluted yet useful scripting language.  Also, thanks to anyone who submits code, because that's what free software is all about.